home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / A / AciusTN8-92.cpt / AciusTN8-92 / GraphicalButtonsƒ / ButtonPkg-US / ButtonPackage.Ext.rsrc / 4Dte_26003 < prev    next >
Text File  |  1992-10-10  |  446b  |  13 lines

  1. This function read the state of a two state button managed by an external area %bp_RadioButton. The returned value may be 0 (up button) or 1 (down button). The parameter is the name of the externa area.
  2.  
  3. Use example :
  4. In external area script :
  5. If((bp_Read(Self»))=1)
  6.   ` Down button
  7.   …
  8. Else
  9.    ` Up button
  10.    …
  11. End if
  12.  
  13. Written by François Marchal, © ACI 1991. Source Code in MPW Pascal and complete explanations in ACI Technical Note 23, May 91